IdeaBlade.EntityModel.Web Assembly > IdeaBlade.EntityModel.Web Namespace > AspAuthenticatingLoginManager Class > CreateUserCore Method : CreateUserCore(String,Boolean,IEnumerable<String>) Method |
'Declaration
Protected Overloads Function CreateUserCore( _ ByVal name As String, _ ByVal isAuthenticated As Boolean, _ ByVal roles As IEnumerable(Of String) _ ) As IPrincipal
'Usage
Dim instance As AspAuthenticatingLoginManager Dim name As String Dim isAuthenticated As Boolean Dim roles As IEnumerable(Of String) Dim value As IPrincipal value = instance.CreateUserCore(name, isAuthenticated, roles)
protected IPrincipal CreateUserCore( string name, bool isAuthenticated, IEnumerable<string> roles )
This method has been deprecated. Override CreateIdentityCore and or CreatePrincipalCore to customize default processing, which returns a IdeaBlade.EntityModel.UserBase containing a IdeaBlade.EntityModel.UserIdentity.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2